projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf7f47
)
(comint-input-face): Deleted.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 22:05:34 +0000
(22:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 22:05:34 +0000
(22:05 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index aec9c423ca9edffbaad6f6d33a2bfec3699a4b0d..0fab975f297c94e5b2062829f29d08f70d0e8baa 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-192,17
+192,6
@@
This variable is buffer-local."
(const history))
:group 'comint)
-(defface comint-input-face '((((class color)
- (background dark))
- (:foreground "red"))
- (((class color)
- (background light))
- (:foreground "blue"))
- (t
- (:bold t)))
- "How to display user input for comint shells."
- :group 'comint)
-
(defcustom comint-input-ignoredups nil
"*If non-nil, don't add input matching the last on the input ring.
This mirrors the optional behavior of bash.